home *** CD-ROM | disk | FTP | other *** search
/ The Utilities Experience / The Utilities Experience - Volume 1.iso / software / emulation / amoricv0_9 / src / runtime_020.asm < prev    next >
Assembly Source File  |  1995-10-29  |  151b  |  13 lines

  1.     MACHINE    68020
  2.  
  3. MACRO_PROCESSINST:MACRO
  4.     move.l    (A2,D6.W*4),A6
  5.     ENDM
  6.  
  7. MACRO_HANDLECTRL:MACRO
  8.     move.l    (A6,D6.W*4),A6
  9.     ENDM
  10.  
  11.     include    "runtime_xxx.asm"
  12.  
  13.